DioDocs for PDF
Import(Byte[],Int32,Int32,WicPixelFormat) メソッド

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 > GcWicBitmap クラス > Import メソッド : Import(Byte[],Int32,Int32,WicPixelFormat) メソッド
The source byte array with pixel buffer.
The width of the image, in pixels.
The height of the image, in pixels.
The pixel format of the image.
Loads the image from a byte array containing the pixels buffer.
シンタックス
'宣言
 
Public Overloads Sub Import( _
   ByVal bytes() As System.Byte, _
   ByVal width As System.Integer, _
   ByVal height As System.Integer, _
   ByVal pixelFormat As WicPixelFormat _
) 
public void Import( 
   System.byte[] bytes,
   System.int width,
   System.int height,
   WicPixelFormat pixelFormat
)

パラメータ

bytes
The source byte array with pixel buffer.
width
The width of the image, in pixels.
height
The height of the image, in pixels.
pixelFormat
The pixel format of the image.
参照

GcWicBitmap クラス
GcWicBitmap メンバ
オーバーロード一覧